Path: / workflows / {wid} / executions / {eid} / steps

Path parameters:
wid -
eid -

Resources
NameDescription
{stid}

Method Summary
ResourceDescription
GET /workflows/{wid}/executions/{eid}/steps 

Method Detail
HTTP Example:
GET /workflows/{wid}/executions/{eid}/steps

API Example:

WorkflowResource.getSteps({'wid': …,
  'eid': …});

Output:
java.util.List<edu.illinois.ncsa.datawolf.domain.WorkflowStep>
Produces:
application/json